home *** CD-ROM | disk | FTP | other *** search
- Path: fet.tiasur.tomsk.su!Orchid!leha
- From: leha@Orchid.fet.tiasur.tomsk.su (Dirks Alexey)
- Newsgroups: comp.lang.c++
- Subject: Re: g++ question
- Date: 15 Apr 96 09:42:22 GMT
- Organization: TASUR
- Message-ID: <leha.829561342@Orchid>
- References: <Pine.ULT.3.92.960412195901.10368A-100000@euler.WPI.EDU>
- NNTP-Posting-Host: orchid.fet.tiasur.tomsk.su
-
- Samuel A Lane <samlane@wpi.edu> writes:
-
- > I am using the GNU g++ compiler and was looking for any type of
- >functions for cursor position (such as Borland's wherex, wherey, and
- >gotoxy functions) and text windows (such as Borland's window function).
- >Are there any? If not, are there any sites where libraries for these are
- >available?
-
- If you on *NIX, try ncurses. if you don't have this library already, may
- find it on
- ftp://ftp.netcom.com/pub/zm/zmbenhal/ncurses/ncurses-1.9.tar.gz
- ftp://prep.ai.mit.edu/pub/gnu/ncurses-1.9.tar.gz
-
- As I read in description, it portable to any ANSI/POSIX system.
-